Interface EnvironmentOptions

All Superinterfaces:
IPCObject
All Known Implementing Classes:
EnvironmentOptionsImpl

public interface EnvironmentOptions extends IPCObject
Information provided by the PKI file:

    \class EnvironmentOptions
    
    \brief An object in the Physical Workspace.
    
Author:
Auto-generated
  • Method Details

    • getID

      String getID()
      Returns:
      String Returns a String
    • getName

      String getName()
      Returns:
      String Returns a String
    • getCategory

      String getCategory()
      Returns:
      String Returns a String
    • getTransference

      float getTransference()
      Returns:
      float Returns a float
    • getValue

      float getValue()
      Returns:
      float Returns a float
    • getMin

      float getMin()
      Returns:
      float Returns a float
    • getMax

      float getMax()
      Returns:
      float Returns a float
    • getManualAdjustment

      float getManualAdjustment()
      Returns:
      float Returns a float
    • getMinRate

      float getMinRate()
      Returns:
      float Returns a float
    • getMaxRate

      float getMaxRate()
      Returns:
      float Returns a float
    • isShow

      boolean isShow()
      Returns:
      boolean Returns a boolean
    • isInterpolate

      boolean isInterpolate()
      Returns:
      boolean Returns a boolean
    • isActive

      boolean isActive()
      Returns:
      boolean Returns a boolean
    • setID

      void setID(String id)
      Parameters:
      id - Takes in a parameter of id
    • setName

      void setName(String name)
      Parameters:
      name - Takes in a parameter of name
    • setCategory

      void setCategory(String category)
      Parameters:
      category - Takes in a parameter of category
    • setTransference

      void setTransference(float transference)
      Parameters:
      transference - Takes in a parameter of transference
    • setValue

      void setValue(float value)
      Parameters:
      value - Takes in a parameter of value
    • setMin

      void setMin(float v)
      Parameters:
      v - Takes in a parameter of v
    • setMax

      void setMax(float v)
      Parameters:
      v - Takes in a parameter of v
    • setManualAdjustment

      void setManualAdjustment(float v)
      Parameters:
      v - Takes in a parameter of v
    • setMinRate

      void setMinRate(float v)
      Parameters:
      v - Takes in a parameter of v
    • setMaxRate

      void setMaxRate(float v)
      Parameters:
      v - Takes in a parameter of v
    • setShow

      void setShow(boolean on)
      Parameters:
      on - Takes in a parameter of on
    • setInterpolate

      void setInterpolate(boolean on)
      Parameters:
      on - Takes in a parameter of on
    • setActive

      void setActive(boolean on)
      Parameters:
      on - Takes in a parameter of on
    • setMetricUnit

      void setMetricUnit(String unit)
      Parameters:
      unit - Takes in a parameter of unit
    • setImperialUnit

      void setImperialUnit(String unit)
      Parameters:
      unit - Takes in a parameter of unit
    • setImperialConversionFormula

      void setImperialConversionFormula(String f)
      Parameters:
      f - Takes in a parameter of f
    • getMetricUnit

      String getMetricUnit()
      Returns:
      String Returns a String
    • getImperialUnit

      String getImperialUnit()
      Returns:
      String Returns a String
    • getImperialConversionFormula

      String getImperialConversionFormula()
      Returns:
      String Returns a String
    • hasChanged

      boolean hasChanged()
      Returns:
      boolean Returns a boolean